home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / MacToolkit / 00004_Finger Within.ls < prev    next >
Encoding:
Text File  |  2000-09-26  |  106 b   |  9 lines

  1. on mouseWithin me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(0)
  7.   put EMPTY into member "infoField"
  8. end
  9.